CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - color image segmentation matlab

搜索资源列表

  1. colorseg

    2下载:
  2. 利用matlab实现彩色图像的分割。算法主要是利用聚类算法。-using Matlab color image segmentation. This algorithm is to use clustering algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:862780
    • 提供者:cnn
  1. segmentation

    0下载:
  2. This function can be used for Colour segmentation from the RGB Color images
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1178
    • 提供者:Nataly
  1. car

    1下载:
  2. 车牌图像的分割实验。利用的是基于彩色图像的分割算法。-License plate image segmentation experiments. Use is based on the color image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:22223
    • 提供者:wanglixia
  1. matlab-rgb-image-divide

    0下载:
  2. 传统的图像阈值分割算法是将彩色图像转换为灰度图像再进行分割。通过分析RGB颜色空间的特点,本文提出 基于RGB颜色空间的阈值分割算法,-The classical image threshold segmentation algorithm converts the color image to grayseah image before segmentation. On the base of analysis upon the characters of RGB color spac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:451407
    • 提供者:周央央
  1. segmntn

    0下载:
  2. matlab code for segmentation using color and texture properties of image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1437
    • 提供者:Manju
  1. rgbfenge

    2下载:
  2. 彩色图像(rgb)分割程序代码matlab-Color image segmentation Matlab
  3. 所属分类:Special Effects

    • 发布日期:2015-05-14
    • 文件大小:1024
    • 提供者:anxiang
  1. Automatic-seeded-region-growing-for-color-image-s

    0下载:
  2. matlab image processing Automatic Image Segmentation by Integrating Color-Edge Extraction and Seeded Region Growing
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1032555
    • 提供者:abd
  1. color-based-segmentation

    0下载:
  2. Matlab based color based segmentation code, written to segment blue color in the image. Can be further enhanced to extract colors other than blue.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:131430
    • 提供者:Ajitpal Brar
  1. Skin-color-segmentation

    0下载:
  2.   在目前的人脸图像信息处理领域中,包含有人脸识别、人脸跟踪、姿态估计、表情识别等多个研究方向,然而,所有这些研究方向都涉及到一个人脸标识和定位的问题,即必须知道人脸在图像中的位置以及尺寸——人脸检测。因此,对于一个完整的、自动的人脸信息分析系统来说,人脸检测算法是必不可少的。本文主要是对基于matlab平台的彩色图像皮肤区域分割算法及人脸检测系统的设计做了介绍。-In the face image information processing, including face recogniti
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:646243
    • 提供者:陈潇洒
  1. image-segmentation_Kmeans

    0下载:
  2. Kmeans算法分割分割彩色图片,对于颜色区分明显的图片有很好效果,使用时只需要更改处理图片的路径即可,Matlab程序-color image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:209760
    • 提供者:jiangsanmu
  1. image-segmentation_watersheld

    0下载:
  2. 分水岭算法分割彩色图片,使用时只需要更改处理图片的路径即可,属于Matlab程序,压缩文件中含有原始图片-color image segmentation based on watersheld
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:210559
    • 提供者:jiangsanmu
  1. image-segmentation_RegionGrowing

    0下载:
  2. 区域生长算法分割彩色图片,使用时只需要更改主程序(HaralickGrowingAlgorithm.m)中的图片路径即可使用,属于Matlab程序,压缩文件中含有原始图片-color image segmentation based on region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:216856
    • 提供者:jiangsanmu
  1. Digital-Image-Processing

    0下载:
  2. 利用数字图像处理(matlab第二版)中已学过的知识,进行各种图像加噪,去噪处理,复原,增强,以及彩色图像分割处理,-The use of digital image processing (matlab second edition) has been learned in the knowledge, a variety of image noise, denoising, restoration, enhancement, and color image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1924806
    • 提供者:谢燕苹
  1. RGB-color-model-similarity

    1下载:
  2. 图像分割是图像处理的重要步骤, 由于彩色图像含有的信息比灰度图像还多, 因而对彩色图像分割的研 究越来越受到人们的关注. 提出一种新的基于RGB 空间颜色相似性的彩色图像分割方法. 首先比较各种颜色模 型的优势与不足, 然后根据RGB 颜色空间的颜色信息和亮度信息提出一种计算在RGB 空间下颜色相似性的方 法, 再结合提出的图像颜色分量计算方法, 从而形成颜色分类地图, 最后根据颜色分类图进行像素划分, 得到分 割结果. 实验在Matlab 平台上进行, 结果表明: 对于颜色分明
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:491740
    • 提供者:naipab
  1. chapter18

    0下载:
  2. SVM进行彩色图像分割,识别效果非常好,而且程序很详细(SVM for color image segmentation, the effect is very good)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:360448
    • 提供者:渣渣debug
  1. seg

    0下载:
  2. 彩色图像分割,内含两个代码文件,可使用。(Study of color image segmentation algorithm)
  3. 所属分类:图形图象

    • 发布日期:2018-05-01
    • 文件大小:1240064
    • 提供者:lns
  1. cont_seg

    0下载:
  2. 彩色图像分割的代码。。。。。。。。。。。。(Study of color image segmentation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lns
  1. regiongrowcolorRGB

    0下载:
  2. 彩色图形分割的两种经典算法,可直接使用。。(Study of color image segmentation algorithm)
  3. 所属分类:图形图象

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lns
  1. const

    0下载:
  2. 内含两个代码,可在matlab里实验。。。。(Study of color image segmentation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lns
  1. 彩色图像分割

    1下载:
  2. MATLAB GUI 彩色图像分割程序历程(color image segmentation)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-16
    • 文件大小:51200
    • 提供者:`喔盘
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com